home *** CD-ROM | disk | FTP | other *** search
/ Net Connect / NetConnect - Version 1.iso / amitcp / providers / other < prev   
Encoding:
Text File  |  1996-11-29  |  747 b   |  27 lines

  1. /* Provider Configuration Follows:
  2. Name        Other        ; Name for this configuration
  3. DialUp        1        ; This configuration needs a modem
  4. Interface    slip        ; Interface name
  5. InterfaceConfig ""        ; Provider specific Sana2 options
  6. NeedSerial    1        ; This configuration needs a serial line
  7. IPDynamic    0         ; 1 = YES, 0 = NO
  8. IPAddr                ; IP-address if static
  9. NSDynamic    0        ; 1 = YES, 0 = NO
  10. UseBootP    0        ; 1 = YES, 0 = NO
  11. MTU        576        ; Provider specific
  12. Phone                ; Provider phone number (without spaces)
  13. */
  14. /* The rest is the Dialer script for this provider */
  15. options results
  16. signal on error
  17.  
  18. Say "Entering Manual Console Mode."
  19. Status "Please log in"
  20. ManualConsole
  21.  
  22. exit 0; /* Successful exit */
  23.  
  24. error:
  25. Say "Command on line" SIGL "returned" RC ":" SerScript.LASTERROR
  26. Exit 10
  27.